[18.0][MIG] github_connector_odoo: Migration to version 18.0#133
Merged
OCA-git-bot merged 46 commits intoOCA:18.0from May 22, 2025
Merged
[18.0][MIG] github_connector_odoo: Migration to version 18.0#133OCA-git-bot merged 46 commits intoOCA:18.0from
OCA-git-bot merged 46 commits intoOCA:18.0from
Conversation
f5f0522 to
f03666b
Compare
Member
|
/ocabot migration github_connector_odoo |
pedrobaeza
approved these changes
May 20, 2025
Member
pedrobaeza
left a comment
There was a problem hiding this comment.
Waiting till merge of the dependency.
[FIX] module icon resize problem
* [FIX] Fix field property The property is 'readony'. * [IMP]Get module icon from multiple sources Get the module icon from the following sources (in order): 1. From the first entry of the images tag from the manifest 2. From the static directory
* [ADD] github_connector_odoo: New field category_id [IMP] increase version number [FIX] Lints * [REF] removed unecessary variables. [FIX] Lints * [FIX] corrected version, since this update requires a module upgrade
* [IMP] Add try-except on branch analyze action Add try-except statements on analyze actions that could potentially crash the analyze process. * [REF] Fix error logging Changes include: - fix error values - use error instead of warning * [IMP] Fix error in analyze call Fix a programming mistake in the analyze call. By @RoelAdriaans * [IMP] Bump version number of github_connector Bump the version number of github_connector to '11.0.1.1.1'. * [IMP] Bump version number of github_connector Bump the version number of github_connector_odoo to '11.0.1.1.1'.
Set a default icon per module, when no icon is defined in that module. The default icon is the 'OCA cube', the icon is located in the module itself (in /data/oca.png).
…CA#30) * [FIX]do not delete module version if already exists and just update * [FIX]remove not needed code * [IMP] added clean odoo module version cron * [IMP]support module_paths also * [IMP]separate function fo the module path to remove redundant code
To play nice with Sentry.
There's a mix between self and branch arguments in analyze methods.
…functional This field allows to define where addons are located, but it's hidden right now, because not everything is properly adjusted for paths different from root. Making this working, there's no need to hide the field.
Putting fields.Image doesn't add value, as this is only for auto-resizing. The interesting thing is to add `attachment=True`, that allows to store the images as attachments and save space due to duplicates and lighten the DB size. Migration scripts included.
… to _for_xml_id() github_connector_odoo 14.0.2.1.0
[FIX] github_connector_odoo: Correct pylint checks
…dule.version.rule.info
Do not create lines if no file has been scanned
[UPD] Update github_connector_odoo.pot
WARNING devel py.warnings: /github_connector_odoo/models/github_repository_branch.py:232: DeprecationWarning: load_information_from_description_file() is a deprecated alias to get_manifest() [BOT] post-merge updates
TT48258 [UPD] Update github_connector_odoo.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: interface-github-16.0/interface-github-16.0-github_connector_odoo Translate-URL: https://translation.odoo-community.org/projects/interface-github-16-0/interface-github-16-0-github_connector_odoo/
Translated using Weblate (Italian) Currently translated at 100.0% (136 of 136 strings) Translation: interface-github-16.0/interface-github-16.0-github_connector_odoo Translate-URL: https://translation.odoo-community.org/projects/interface-github-16-0/interface-github-16-0-github_connector_odoo/it/
- Internal implementation of get_manifest (with load_file/load_path) was rejecting the manifest path as not being in its addons_path. - Image resizing was not done correctly [BOT] post-merge updates
f03666b to
0662862
Compare
Member
|
/ocabot merge nobump |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 4a57125. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on:
TT56042
@Tecnativa @pedrobaeza @victoralmau could you please review this?